CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MFC CImage

搜索资源列表

  1. opbmp

    0下载:
  2. 使用MFC类库的CImage类实现读取图片文件并能缩放显示-use of the MFC CImage Class Implementation read image files and can zoom show
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:110480
    • 提供者:司慧琳
  1. 20040901082001_vczx_Ex_Image

    0下载:
  2. 使用CImage类处理图像显示与格式转换 MFC 界面编程
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:111712
    • 提供者:czq
  1. picture3

    0下载:
  2. 利用MFC实现画图功能,利用CImage类作为画图控件,实现矩形、椭圆等不同图形、不同线型的绘制。-Achieved using MFC drawing functions, the use of CImage class as drawing the control to achieve rectangle, ellipse different graphics, different line drawing.
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5213281
    • 提供者:lee
  1. ImageShow

    0下载:
  2. 使用VC++的CImage类显示和保存图像,利用MFC编程-The use of VC++ Class CImage the display and preservation of images, the use of MFC Programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3848652
    • 提供者:jason
  1. ImageN

    0下载:
  2. 利用CImage类对图像进行处理,包括二值化、开闭运算、腐蚀、锐化等,MFC编程-CImage category using the image processing, including binary, opening and closing operations, corrosion, such as sharpening, MFC Programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:253663
    • 提供者:jason
  1. VC_Graphics_rendering_and_image_display

    0下载:
  2. VC++图形绘制与图片显示小例子,MFC的与设备无关的图形设备环境类CDC的应用和MFC中图像处理类CImage的应用例子,在对话框中显示图片,绘制图形-VC++ graphics rendering and picture shows a small example, MFC has nothing to do with the equipment, graphics equipment, environmental CDC in MFC application and type of ima
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:920935
    • 提供者:liuzhenzhou
  1. JpgImageLoad

    0下载:
  2. 用Image类加载jep,gif等图片到MFC中。CImage类要比CBitmap优秀很多。-With the Image class loading jep, gif and other images in the MFC. CImage class CBitmap than a lot of good.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:112025
    • 提供者:echo
  1. CImg-1.3.4

    0下载:
  2. CImage类 CImage是MFC和ATL共享的新类,它能从外部磁盘中调入一个JPEG、GIF、BMP和PNG格式的图像文件加以显示,而且这些文件格式可以相互转换。由于CImage在不同的Windows操作系统中其某些性能是不一样的,因此在使用时要特别注意。例如,CImage::PlgBlt和CImage::MaskBlt只能在 Windows NT 4.0 或更高版本中使用,但不能运行在Windows 95/98 应用程序中。CImage::AlphaBlend和CImage::Tran
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9331904
    • 提供者:郑飞
  1. ImageProcessing

    0下载:
  2. 数字图像处理代码,实现了数字图像处理大部分功能,如图像类型转换、几何变换、空域滤波、频域滤波、分割和轮廓提取。。。基于MFC的CImage类-Digital image processing code, achieving the majority of digital image processing functions such as image type conversion, geometric transformation, spatial filtering, frequency d
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:32773968
    • 提供者:徐启龙
  1. Testimage

    0下载:
  2. 是用MFC中类CImage显示图片,可以实现移动-using the class CImage which is in MFC,you can take the picture everywhere!
  3. 所属分类:Picture Viewer

    • 发布日期:2017-06-12
    • 文件大小:20205315
    • 提供者:叶强强
  1. CImage

    0下载:
  2.  我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。-We know that the Visual C++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:233232
    • 提供者:terry
  1. CImageShow

    0下载:
  2. MFC绘图类CImageShow(使用IImage接口实现)-MFC CImage
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:1836
    • 提供者:ran
  1. CImage--Class

    0下载:
  2. Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。 现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法.-The Visual C++ class CBitmap and static picture control func
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-24
    • 文件大小:13600
    • 提供者:赵聪
  1. BWChess

    0下载:
  2. 用mfc简单实现的五子棋,主要使用了CImage类绘制,没有AI,只支持同电脑两人-Mfc achieved with a simple backgammon, mainly used CImage class to draw, no AI, with the computer supports only two
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-02
    • 文件大小:847747
    • 提供者:鲁格
  1. TabTest

    0下载:
  2. 开源库ximage使用,ximage与mfc的CImage读写图片速度比较。-Ximage use open source libraries, ximage with mfc pictures of CImage write speed comparison.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:253100
    • 提供者:linjuncheng
  1. ImageProcessing

    0下载:
  2. VC2010 图像处理 基本框架 使用MFC的CImage类-Image Processing VC2010 CImage
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:216370
    • 提供者:kevin
  1. desktopimage

    1下载:
  2. vs2017 c++ mfc 利用CimageDC 类 截屏显示保存文件 CWindowDC winDC(pWnd); pWnd->GetWindowRect(&rect); int nBPP = winDC.GetDeviceCaps(BITSPIXEL) * winDC.GetDeviceCaps(PLANES); if (nBPP < 24) { nBPP = 24; } bStat = ima
  3. 所属分类:Windows编程

    • 发布日期:2020-07-21
    • 文件大小:66560
    • 提供者:qq8533
搜珍网 www.dssz.com